home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / hyphen.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-12-31  |  311b  |  14 lines

  1. echo off
  2. if not exist %1hyphen.exe goto skip
  3. %1setup %1HYPHEN.EXE
  4. echo HyphenAid installation complete.
  5. goto quit
  6. :skip
  7. if not exist %1\hyphen.exe goto exit
  8. %1\setup %1\HYPHEN.EXE
  9. echo HyphenAid installation complete.
  10. goto quit
  11. :exit
  12. echo Error: HyphenAid files not found in specified path.
  13. :quit
  14.